From: Jim Blandy Date: Sun, 14 Mar 1993 21:43:17 +0000 (+0000) Subject: * keyboard.h (internal_last_event_frame): This should be extern, X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96888 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=9e6314a476d58f9c5ad03437726fc954d214387d;p=emacs.git * keyboard.h (internal_last_event_frame): This should be extern, dummy. --- diff --git a/src/keyboard.h b/src/keyboard.h index e44f6a800eb..c397c9b6e2f 100644 --- a/src/keyboard.h +++ b/src/keyboard.h @@ -43,7 +43,7 @@ extern int this_command_key_count; generate switch-frame events. This may be cleared by functions like Fselect_frame, to make sure that a switch-frame event is generated by the next character. */ -Lisp_Object internal_last_event_frame; +extern Lisp_Object internal_last_event_frame; #endif